module Base
{
	/*Decalred in Base to override the vanilla recipe, adds all the HC fish*/
	recipe Slice Fillet
	{
		keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
		Bass/Catfish/Perch/Crappie/Panfish/Pike/Trout/HCHerring/HCBlowfish/HCBream/HCEel/HCMackerel/HCMackerelpike/HCRedsnapper/HCSeabass/HCSmelt/HCTuna/HCWrasse/HCAsp/HCBrill/HCBurbot/HCCarp/HCChub/HCGrayling/HCLavaret/HCPlaice/HCRoach/HCRuffe/HCSilverbream/HCTench/HCZander,
		Result:FishFillet=2,
		Sound:SliceMeat,
		Time:50.0,
		OnTest:Recipe.OnTest.CutFish,
		OnCreate:Recipe.OnCreate.CutFish,
		Category:Cooking,
		OnGiveXP:Recipe.OnGiveXP.Cooking10,
		Override:true,
	}

}

module Hydrocraft
{
    imports
    {
        Base

    }

/************************ITEMS************************/

item HCHerring
	{
	Type				=	Food,
	DisplayName			=	Herring,
	Icon				=	HCHerring,
	IsCookable 			= 	TRUE,
	Weight				=	0.2,
	MinutesToCook			=	20,
	MinutesToBurn			=	40,
	HungerChange			=	-20,
	BoredomChange			=	-10,
	DaysTotallyRotten		=	6,
	DaysFresh 			= 	3,
        EvolvedRecipe 			= 	Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			=   	Fish,
        Carbohydrates 			= 	0,
        Proteins 			= 	36,
        Lipids 				= 	18,
        Calories 			= 	316,
		DisplayCategory		=	FoodP,
	}
		
item HCFriedherring
	{
	Type				=	Food,
	DisplayName			=	Fried Herring,
	Icon				=	HCHerringcooked,
	Weight				=	0.2,
	HungerChange			=	-30,
	BoredomChange			=	-15,
	IsCookable 			= 	TRUE,
	MinutesToCook			=	20,
	MinutesToBurn			=	40,
	DaysTotallyRotten		=	8,
	DaysFresh 			= 	4,
        EvolvedRecipe 			= 	Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			=   	Fish,
        Carbohydrates 			= 	0,
        Proteins 			= 	42,
        Lipids 				= 	36,
        Calories 			= 	500,
		DisplayCategory		=	FoodP,
	}

	item HCCrab
	{
		Type				=	Food,
		DisplayName			=	Crab,
		Icon				=	HCCrab,
		IsCookable			=	TRUE,
		DangerousUncooked		=	TRUE,
		Weight				=	0.2,
		MinutesToCook			=	20,
		MinutesToBurn			=	40,
		HungerChange			=	-20,
		BoredomChange			=	-10,
		DaysTotallyRotten		=	4,
		DaysFresh 			= 	2,
		EvolvedRecipe 			= 	Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    			=   	Fish,
		Carbohydrates 			= 	0,
		Proteins 			= 	54,
		Lipids 				= 	2.1,
		Calories 			= 	249,
		DisplayCategory		=	FoodP,
	}

	item HCCrabpot
	{
		HungerChange		=	-30,
		BoredomChange		=	-15,
		Type				=	Food,
		DisplayName			=	Cooking Pot with Crab,
		ReplaceOnUse		=	Pot,
		Icon				=	PotFull,
		Weight				=	0.5,
		IsCookable			=	TRUE,
		DangerousUncooked	=	TRUE,
		MinutesToCook		=	20,
		MinutesToBurn		=	40,
		DaysTotallyRotten	=	4,
		DaysFresh 			= 	2,
		ReplaceOnUse		=	Pot,
		FoodType    		=   Fish,
		Carbohydrates 		= 	0,
		Proteins 			= 	54,
		Lipids 				= 	2.1,
		Calories 			= 	249,
		DisplayCategory		=	FoodP,
	}

item HCCrayfish
	{
	Type				=	Food,
	DisplayName			=	Crayfish,
	Icon				=	HCCrayfish,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	Weight				=	0.2,
	MinutesToCook			=	20,
	MinutesToBurn			=	40,
	HungerChange			=	-15,
	BoredomChange			=	-5,
	DaysTotallyRotten		=	4,
	DaysFresh 			= 	2,
        EvolvedRecipe 			= 	Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			=   	Fish,
        Carbohydrates 			= 	0,
        Proteins 			= 	32,
        Lipids 				= 	2,
        Calories 			= 	154,
		DisplayCategory		=	FoodP,
	}

	item HCCrayfishpot
	{
		HungerChange			=	-25,
		BoredomChange			=	-5,
		Type				=	Food,
		DisplayName			=	Cooking Pot with Crayfish,
		ReplaceOnUse			=	Pot,
		Icon				=	PotFull,
		Weight				=	0.6,
		IsCookable			=	TRUE,
		DangerousUncooked		=	TRUE,	
		MinutesToCook			=	20,
		MinutesToBurn			=	40,
		DaysTotallyRotten		=	4,
		DaysFresh 			= 	2,
		FoodType    			=   	Fish,
		ReplaceOnUse		=	Pot,
        Carbohydrates 			= 	0,
        Proteins 			= 	32,
        Lipids 				= 	2,
        Calories 			= 	154, 
		DisplayCategory		=	FoodP,
	}

item HCMusselpot
	{
	Type				=	Food,
	DisplayName			=	Cooking Pot with Mussel,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	Weight				=	0.6,
	MinutesToCook			=	20,
	MinutesToBurn			=	40,
	HungerChange			=	-25,
	BoredomChange			=	-5,
	DaysTotallyRotten		=	4,
	DaysFresh 			= 	2,
        FoodType    			=   	Fish,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot,
        Carbohydrates 			= 	6,
        Proteins 			= 	20,
        Lipids 				= 	3.8,
        Calories 			= 	146, 
		DisplayCategory		=	FoodP,
	}

item HCMussel
	{
		Type				=	Food,
		DisplayName			=	Shelled Mussel,
		Icon				=	HCMussel,
		ReplaceOnUse		=	HCMusselshell,
		IsCookable			=	TRUE,
		DangerousUncooked		=	TRUE,
		Weight				=	0.2,
		MinutesToCook			=	20,
		MinutesToBurn			=	40,
		HungerChange			=	-15,
		BoredomChange			=	-5,
		DaysTotallyRotten		=	4,
		DaysFresh 			= 	2,
		EvolvedRecipe 			= 	Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    			=   	Fish,
		Carbohydrates 			= 	6,
		Proteins 			= 	20,
		Lipids 				= 	3.8,
		Calories 			= 	146,
		DisplayCategory		=	FoodP,
	}


    item HCBlowfish
    {
        Type				= Food,
        DisplayName			= Blowfish,
        Icon				= HCBlowfish,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        Poison 				= true,
        PoisonDetectionLevel 		= 1,
        PoisonPower 			= 5,
        UseForPoison 			= 1,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 4,
        Lipids 				= 1,
        Calories 			= 24,
		DisplayCategory		=	FoodP,
    }

    item HCBream
    {
        Type				= Food,
        DisplayName			= Bream,
        Icon				= HCBream,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 37.4,
        Lipids 				= 8.5,
        Calories 			= 229,
		DisplayCategory		=	FoodP,
    }

    item HCEel
    {
        Type				= Food,
        DisplayName			= Eel,
        Icon				= HCEel,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 38,
        Lipids 				= 24,
        Calories 			= 375,
		DisplayCategory		=	FoodP,
    }

    item HCMackerel
    {
        Type				= Food,
        DisplayName			= Mackerel,
        Icon				= HCMackerel,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 25,
        Lipids 				= 34,
        Calories 			= 415,
		DisplayCategory		=	FoodP,
    }

    item HCMackerelpike
    {
        Type				= Food,
        DisplayName			= Mackerel Pike,
        Icon				= HCMackerelpike,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 38,
        Lipids 				= 1.4,
        Calories 			= 174,
		DisplayCategory		=	FoodP,
    }

    item HCPrawn
    {
        Type				= Food,
        DisplayName			= Prawn,
        Icon				= HCPrawn,
        Weight				= 0.4,
        HungerChange 			= -5,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0.05,
        Proteins 			= 1.21,
        Lipids 				= 0.1,
        Calories 			= 6,
		DisplayCategory		=	FoodP,
    }

    item HCRedsnapper
    {
        Type				= Food,
        DisplayName			= Red Snapper,
        Icon				= HCRedsnapper,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 44,
        Lipids 				= 3,
        Calories 			= 218,
		DisplayCategory		=	FoodP,
    }

    item HCSeabass
    {
        Type				= Food,
        DisplayName			= Sea Bass,
        Icon				= HCSeabass,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 20.9,
        Lipids 				= 2.3,
        Calories 			= 110,
		DisplayCategory		=	FoodP,
    }

    item HCSmelt
    {
        Type				= Food,
        DisplayName			= Smelt,
        Icon				= HCSmelt,
        Weight				= 0.4,
        HungerChange 			= -10,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 15,
        Lipids 				= 2,
        Calories 			= 82,
		DisplayCategory		=	FoodP,
    }

    item HCSnowcrab
    {
        Type				= Food,
        DisplayName			= Snow Crab,
        Icon				= HCSnowcrab,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 26,
        Lipids 				= 2,
        Calories 			= 130,
		DisplayCategory		=	FoodP,
    }

    item HCSquid
    {
        Type				= Food,
        DisplayName			= Squid,
        Icon				= HCSquid,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 7,
        Proteins 			= 15,
        Lipids 				= 6,
        Calories 			= 149,
		DisplayCategory		=	FoodP,
    }

    item HCTuna
    {
        Type				= Food,
        DisplayName			= Tuna,
        Icon				= HCTuna,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 25,
        Lipids 				= 5,
        Calories 			= 157,
		DisplayCategory		=	FoodP,
    }

    item HCWrasse
    {
        Type				= Food,
        DisplayName			= Wrasse,
        Icon				= HCWrasse,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 30,
        Lipids 				= 0,
        Calories 			= 191.2,
		DisplayCategory		=	FoodP,
    }

    item HCAsp
    {
        Type				= Food,
        DisplayName			= Asp,
        Icon				= HCAsp,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 18,
        Lipids 				= 6,
        Calories 			= 124,
		DisplayCategory		=	FoodP,
    }

    item HCBrill
    {
        Type				= Food,
        DisplayName			= Brill,
        Icon				= HCBrill,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 19,
        Lipids 				= 5,
        Calories 			= 129,
		DisplayCategory		=	FoodP,
    }

    item HCBurbot
    {
        Type				= Food,
        DisplayName			= Burbot,
        Icon				= HCBurbot,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 22,
        Lipids 				= 1,
        Calories 			= 104,
		DisplayCategory		=	FoodP,
    }

    item HCCarp
    {
        Type				= Food,
        DisplayName			= Carp,
        Icon				= HCCarp,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 39,
        Lipids 				= 12,
        Calories 			= 277,
		DisplayCategory		=	FoodP,
    }

    item HCChub
    {
        Type				= Food,
        DisplayName			= Chub,
        Icon				= HCChub,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 52.24,
        Lipids 				= 35.46,
        Calories 			= 100,
		DisplayCategory		=	FoodP,
    }

    item HCGrayling
    {
        Type				= Food,
        DisplayName			= Grayling,
        Icon				= HCGrayling,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 40,
        Lipids 				= 27,
        Calories 			= 412,
		DisplayCategory		=	FoodP,
    }

    item HCLavaret
    {
        Type				= Food,
        DisplayName			= Lavaret,
        Icon				= HCLavaret,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 38,
        Lipids 				= 12,
        Calories 			= 265,
		DisplayCategory		=	FoodP,
    }

    item HCPlaice
    {
        Type				= Food,
        DisplayName			= Plaice,
        Icon				= HCPlaice,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 25.69,
        Lipids 				= 1.62,
        Calories 			= 124,
		DisplayCategory		=	FoodP,
    }

    item HCRoach
    {
        Type				= Food,
        DisplayName			= Roach,
        Icon				= HCRoach,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 11.63,
        Lipids 				= 0.55,
        Calories 			= 55,
		DisplayCategory		=	FoodP,
    }

    item HCRuffe
    {
        Type				= Food,
        DisplayName			= Ruffe,
        Icon				= HCRuffe,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 11.63,
        Lipids 				= 0.55,
        Calories 			= 55,
		DisplayCategory		=	FoodP,
    }

    item HCSalmon
    {
        Type				= Food,
        DisplayName			= Salmon,
        Icon				= HCSalmon,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 40,
        Lipids 				= 27,
        Calories 			= 412,
		DisplayCategory		=	FoodP,
    }

    item HCSilverbream
    {
        Type				= Food,
        DisplayName			= Silver Bream,
        Icon				= HCSilverbream,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 35,
        Lipids 				= 2,
        Calories 			= 160,
		DisplayCategory		=	FoodP,
    }

    item HCTench
    {
        Type				= Food,
        DisplayName			= Tench,
        Icon				= HCTench,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 39,
        Lipids 				= 12,
        Calories 			= 277,
		DisplayCategory		=	FoodP,
    }

    item HCZander
    {
        Type				= Food,
        DisplayName			= Zander,
        Icon				= HCZander,
        Weight				= 0.4,
        HungerChange 			= -15,
        DaysFresh 			= 4,
        DaysTotallyRotten 		= 8,
        IsCookable	        	= true,
        MinutesToBurn	   	 	= 60,
        MinutesToCook	   	 	= 20,
        EvolvedRecipe 			= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    			= Fish,
        Carbohydrates 			= 0,
        Proteins 			= 11.16,
        Lipids 				= 0.57,
        Calories 			= 52,
		DisplayCategory		=	FoodP,
    }

item HCWoodenbucketfishoil
    {
        Weight    		= 4,
        Type    		= Normal,
        DisplayName         	= Wooden Bucket with Fish Oil,
        icon 			= HCWoodenbucketfishoil,
		DisplayCategory		=	Cooking,
    }

item HCFishoil
	{
	Weight 			     	= 	1,
	Type 				    = 	Drainable,
	UseDelta 			    = 	0.25,
	DisplayName 			= 	Jar of Fish Oil,
	Icon 				    = 	HCFishoil,
	ReplaceOnDeplete		=	HCJar,
		DisplayCategory		=	Cooking,
	}
		
/************************RECIPES************************/

recipe Slice Fillet
    {
        	HCSalmon,
        	keep MeatCleaver/[Recipe.GetItemTypes.SharpKnife],
        	Result:Salmon,
        	Sound:SliceMeat,
        	Time:50.0,
        	Category:Cooking,
    		OnGiveXP:HCCooking_OnGiveXP,
    }
    
recipe Prepare Fried Herring
	{
		keep Pan,
		HCCookingoil/OilVegetable/HCCookingoiljar;1,
		HCHerring,	
		Result:HCFriedherring,
		Time:35.0,
		Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

	recipe Prepare Boiled Crab
	{
       	SkillRequired:Cooking=1,
		destroy WaterPot,
		HCCrab,
		Salt;1,		
		Result:HCCrabpot,
		Time:25.0,
		Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

	recipe Prepare Boiled Crayfish
	{
       	SkillRequired:Cooking=1,
		destroy WaterPot,
		HCCrayfish,
		Salt;1,		
		Result:HCCrayfishpot,
		Time:25.0,
		Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

	recipe Prepare Boiled Mussel
	{
       	SkillRequired:Cooking=1,
		destroy WaterPot,
		HCMussel,
		Salt;1,		
		Result:HCMusselpot,
		Time:25.0,
		Category:Cooking,
        OnCreate:recipe_hcgivemusselshell,
    	OnGiveXP:HCCooking_OnGiveXP,
	}
	
	recipe Empty Wooden Bucket with Fish Oil
    {
		destroy HCWoodenbucketfishoil,
		Result:HCWoodenbucket,
		Time:50,
		Category:Cooking,
    }
	
	
}